﻿/*********************/
/* BASIC */
/*********************/

body {
	font-family: "Comic Sans MS", sans-serif;
	font-size: 14pt;
	color:#2B1800;
	margin: 10;
	padding: 10;
	background: #D2BA70 url("exptextb.jpg") repeat;
}

p,h1,h2,h3,h4,h5,h5,ol,ul {
	padding: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}


/*********************/
/* BANNER STYLES */
/*********************/

#banner {
	background: url('Western Background 2.jpg') repeat-x left top;
	position: relative;
	border: 1px solid black;
}

/*********************/
/* MAIN NAV */
/*********************/

#nav {
	margin-bottom: 0px;
	position: absolute;
	top: 75px;
	left: 5px;
}

#nav li {
	list-style-type: none;
	padding: 0px;
	margin: 0;
	float: left
	
}

#nav a {
	display: block;
	font-size: 11px;
	color: #F78800;
	text-decoration: none;
	background-color: #2B1800;
	padding: 2px 2px 2px 3px;
	width: 7em;
	margin-left: 2px;
	border-right: 1px solid #2B1800;
	border-bottom: 1px solid #2B1800;
	font-weight: bold;
	margin-bottom: 2px;
	height:30px
}

#nav a:hover {
	background: #F78800;
	border-right: 1px solid #14556B;
	border-bottom: 1px solid #14556B;
	color: #2B1800;
}

/*highlight "you are here" buttons*/
#home #nav a#homeLink,
#feature #nav a#featureLink {
	background: #b56c00;
	border-right: 1px solid #14556B;
	border-bottom: 1px solid #14556B;
	color: #000000;
}

#logo {
	background: url('Patrick Bone - Banner 2012.jpg') no-repeat right top;
	height: 195px;
}

/*********************/
/* SIDEBAR */
/*********************/
#navside {
  float: left;
  width: 160px;
  margin-top: 10px;

}  

#navside {
	margin: 0px;
	margin-bottom:2px;
	padding: 0px;
	list-style: none;
	font-size: 14pt;

	color: #F78800;
	border-top: 1px dashed #ff8800;
	border-right: 1px dashed #ff8800;
	background-color: #2B1800;
	font-family:"Comic Sans MS";
}
#navside li {
	display: inline;
}
#navside .title {
	font-weight: bold;
	display: block;
	color: #FF8800;
}
#navside a {
	text-decoration: none;
	display: block;
	padding: 6px;
	margin-top:6px;
	margin-bottom:6px;
	border-bottom: 1px solid #294E56;
	color: #F78800;
	line-height: 115%;
	background: #2B1800;
	height:36px
	
}
/* hack for IE 6 < to make entire block clickable */
* html #navside a {
	height: 1px; 
}

#navside a:hover {
	background: #F78800;
	border-right: 1px solid #14556B;
	border-bottom: 1px solid #14556B;
	color: #2B1800;
	
}

/*********************/
/* MAIN */
/*********************/
#main {
	margin-left:180px;
	margin-right:200px;
}

h1 {
	color: #294E56;
	margin-top: 10px;
	font-size: 24px
}
.section {
	display: inline;
	color: #000000;
	font-weight: normal;
}

.floatRight {
	float: right;
	margin: 5px 10px 2px 15px;
}
img.floatRight {
	border: 2px solid #000000;
}

p {
	color: #000000;
	font-size: 14pt;
	
}
h2 {
	color: #F4BE04;
	font-size: 1.9em;
	margin-top: 10px;
	overflow: hidden;
	padding-top: 0px;
	background: url('bg_h2.gif') repeat-x left bottom;
}

#table1 {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	
}

#table2 {
	width:700px;
	margin-left:300px;
	margin-right:200px;
	
}

#book {
	margin:auto;
}
/*********************/
/* Right Sidebar */
/*********************/

#secondary {
	
	float:right;
	width:150px;
	
	
}


/*********************/
/* FOOTER */
/*********************/
#footer {
	margin-top: 15px;
	border-top: 1px dashed #666666;
	padding: 5px 0 0 5px;
	margin-right: 200px;
}

